home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / opsys / macos / mails / mails.dmg / .ReadMe Parts / aamann.css < prev    next >
Cascading Style Sheet File  |  2004-04-17  |  2KB  |  125 lines

  1. /*
  2. aamann.css
  3. Andreas Amann
  4. (c) 2002-2004
  5. */
  6. body
  7. {
  8.     margin: 0px;
  9.     background: #FFFFFF url(OSX_Lines.gif);
  10.     color: #000000;
  11.     font-family: Verdana, Arial, Helvetica, sans-serif;
  12.     font-size: 10px;
  13.     line-height: 16px;
  14.     text-align: left;
  15.     padding: 20px 20px 4em 20px;
  16. }
  17. a
  18. {
  19.     text-decoration: none;
  20.     font-weight: bold;
  21.     background-image: inherit;
  22.     text-shadow: #909090 3px 3px 3px;
  23. }
  24. a:active, a:hover
  25. {
  26.     color: #0000FF;
  27.     background-color: inherit;
  28.     text-decoration: underline;
  29. }
  30. a:link, a:visited
  31. {
  32.     color: #FF0000;
  33.     background-color: inherit;
  34. }
  35. td
  36. {
  37.     font-family: "Courier new", Courier, monospace;
  38.     font-size: 10px;
  39.     vertical-align: bottom;
  40.     background-color: #C0C0C0;
  41.     color: #000000;
  42.     padding: 20px;
  43. }
  44. h1
  45. {
  46.     font-size: 16px;
  47.     line-height: 32px;
  48.     padding-top: 10px;
  49.     padding-bottom: 10px;
  50.     font-style: italic;
  51.     font-weight: bolder;
  52.     text-align: center;
  53.     text-shadow: #909090 4px 4px 5px;
  54. }
  55. h2
  56. {
  57.     font-size: 14px;
  58.     font-style: normal;
  59.     font-weight: bolder;
  60.     text-align: left;
  61.     background-color: #AAAAAA;
  62.     padding: 4px 20px 4px 20px;
  63.     color: #FFFFFF;
  64.     text-shadow: #909090 4px 4px 4px;
  65. }
  66. h2 a:hover
  67. {
  68.     color: inherit;
  69.     background-color: inherit;
  70.     text-decoration: inherit;
  71. }
  72. h3
  73. {
  74.     font-size: 12px;
  75.     font-style: normal;
  76.     font-weight: bold;
  77.     text-align: left;
  78. }
  79. h4
  80. {
  81.     font-size: 10px;
  82.     font-style: normal;
  83.     font-weight: bold;
  84.     text-align: left;
  85.     text-decoration: none;
  86. }
  87. img
  88. {
  89.     border: 0px solid #000000;
  90. }
  91. ul
  92. {
  93.     padding-left: 1.5em;
  94. }
  95. .listing
  96. {
  97.     font-family: "Courier new", Courier, monospace;
  98.     font-size: 10px;
  99.     background-color: #C0C0C0;
  100.     color: #000000;
  101. }
  102. .description
  103. {
  104.     font-family: Verdana, Arial, Helvetica, sans-serif;
  105.     font-size: 10px;
  106.     vertical-align: top;
  107.     background: #FFFFFF url(OSX_Lines.gif);
  108.     color: #000000;
  109.     text-align: left;
  110.     padding: 20px;
  111. }
  112. #bottom
  113. {
  114.     font-size: 9px;
  115.     line-height: 14px;
  116.     color: #808080;
  117.     background: inherit;
  118.     position: fixed; bottom: 0px; left: 0px; width: 100%;
  119.     text-align: center;
  120.     padding: 6px 0px 4px 0px;
  121.     border-top: dotted 1px #999999;
  122. }
  123.  
  124. /* EOF */
  125.